home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / line_2.dxr / 00393_gotoNext.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  170 b   |  14 lines

  1. on mouseWithin
  2.   sprite(83).cursor = 280
  3.   sprite(83).blend = 100
  4. end
  5.  
  6. on mouseDown me
  7.   go(#next)
  8. end
  9.  
  10. on mouseLeave
  11.   sprite(83).cursor = 0
  12.   sprite(83).blend = 50
  13. end
  14.